home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / DFUE / Aminet-AWNP / Docs / English / Aminet.awnp.readme < prev   
Encoding:
Text File  |  2000-04-18  |  3.5 KB  |  125 lines

  1. Short:    AWNPipe Arexx gui. Searches and Downloads Aminet Files.
  2. Author:   Bruce steers <bsteers@ukonline.co.uk>
  3. Uploader: http://web.ukonline.co.uk/bsteers/
  4. Version:  1.9 (18.04.00)
  5. Type:     util/rexx
  6. Required: AWNP 2.43+ (included), Classact or os3.5/Reaction
  7. Distribution: Aminet, Please Ask
  8.  
  9.  
  10.  
  11.                        this is an ARexx GUI using awnpipe
  12.  
  13.               it's kinda like the www Aminet Search page but is an
  14.                  ARexx script independent of any web browsers.
  15.  
  16.       -------------------------------------------------------------------
  17.  
  18. Instalation:
  19. ------------
  20.  
  21.  
  22.   Place Aminet.awnp somewhere in your path I will assume you used 'SYS:Tools/'
  23.  
  24.             As I originaly made this for use with AmIRC i will give
  25.        instructions on how to add the ALIAS /FINDG to AmIRC's ALIAS list.
  26.  
  27. Auto Method:
  28. ------------
  29. Use the Add2AmIRC.rexx script to update your Default.AmIRCfg file
  30. (if AmIRC is running you must reload the Default.AmIRCfg settings)
  31.  
  32. Manual Method 1:
  33. ----------------
  34. type in a channel window ...
  35.  
  36. /ALIAS FINDG = /rx sys:tools/Aminet.awnp %p
  37.  
  38. then Saving Settings as default
  39.  
  40. Manual Method 2:
  41. ----------------
  42. Use AmIRC SetUp menu to load the SetUp gui then Select Lists/Alias
  43. Enter then new alias as ...
  44.  
  45. FINDG = /rx sys:tools/Aminet.awnp %p
  46.  
  47.  
  48.  
  49.       -------------------------------------------------------------------
  50.  
  51. Usage:
  52. ------
  53.  
  54. there are 2 Icon tooltypes for font settings, these are read from the
  55. Aminet.awnp icon at startup from both wb and cli.
  56.  
  57. LIST_FONT=topaz.font/8
  58. GADGET_FONT=topaz.font/8
  59.  
  60.  
  61. from WB just Double Click the icon.
  62.  
  63. From CLI...
  64.  
  65. Syntax:  NAME,LENGTH/N,DIR/K,SITE/N,README/T,ASKDIR/T,BUBBLE/T,WAIT/S
  66.  
  67.  
  68. Args with /N are Numeric.
  69.  
  70. Args with /S are Switch , in not given then false else true.
  71.  
  72. Args with /T are Toggle ,
  73. eg, use README=<keyword> , valid keywords are ON OFF YES NO .
  74.  
  75. Any CLI args given will override Saved Settings on startup.
  76.  
  77. NAME      ; The Search string (no need to type NAME just give a search pattern)
  78. LENGTH/N  ; The maximum amount of search results.
  79. DIR/K     ; The Default Download Dir
  80. SITE/N    ; Number of the site. Numbers are given in Server Chooser gadget.
  81. README/T  ; README=ON or YES to download readme files too, OR README=OFF or NO.
  82. ASKDIR/T  ; ASDIR=YES OR ON pop up a Dir Requester and Change the default dir.
  83. BUBBLE/T  ; BUBBLE=ON or YES to have bubble help on at startup.
  84. WAIT/S    ; ADD to args if you don't want to auto start searching at startup.
  85. ?/S       ; Echo Syntax to shell or AmIRC (depending on calling enviroment)
  86.  
  87.  
  88.       -------------------------------------------------------------------
  89.  
  90. Translations:
  91. -------------
  92. Catalog support has been added with version 1.6
  93.  
  94. Please see the Catalogs.readme in the catalog dir for adding your language.
  95.  
  96.       -------------------------------------------------------------------
  97.  
  98. Special Thanks:
  99.  
  100.  William Parker <wparker@amitrix.com>
  101.    For AWNP and all his help.
  102.  
  103.  Javier de las Rivas <javierdlr@retemail.es>
  104.    For the Spanish translation and finding some minor bugs.
  105.  
  106.       -------------------------------------------------------------------
  107.  
  108.  
  109.  
  110.         Please Send Suggestions/Requests/Bug-Reports/Praises to me at..
  111.  
  112.                              bsteers@ukonline.co.uk
  113.  
  114.         Update to Newer Versions by using the menu function while online
  115.  
  116.             visit my website at http://web.ukonline.co.uk/bsteers/
  117.  
  118.                      and why not visit the AWNPipe website
  119.                        http://web.ukonline.co.uk/awnpipe/
  120.  
  121.  
  122.                       USE THE BUBBLE HELP FOR GUI INFO :)
  123.  
  124.                                     Bruce ..
  125.